const github.com/klauspost/compress/internal/snapref.tagCopy1

3 uses

	github.com/klauspost/compress/internal/snapref (current package)
		decode_other.go#L58: 		case tagCopy1:
		encode_other.go#L85: 	dst[i+0] = uint8(offset>>8)<<5 | uint8(length-4)<<2 | tagCopy1
		snappy.go#L53: 	tagCopy1   = 0x01